RuntimeError

Base class for runtime error conditions.

Constructors

this
this(string msg, string file, size_t line, Throwable next)

Constructor

Inherited Members

From MbdError

__anonymous
mixin basicExceptionCtors
raise
void raise(string origin, int rc)

Throws an MbdError based on the given LMDB return code.

Meta